From c2f03aa6f15746e69a7d884982224a8dee3a0388 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 17 Sep 2022 00:36:08 +0200 Subject: [PATCH] easycrypt-runtest: use other format --- pkgs/applications/science/logic/easycrypt/runtest.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/science/logic/easycrypt/runtest.nix b/pkgs/applications/science/logic/easycrypt/runtest.nix index 79a034b93693..c0d72d96e1d1 100644 --- a/pkgs/applications/science/logic/easycrypt/runtest.nix +++ b/pkgs/applications/science/logic/easycrypt/runtest.nix @@ -2,6 +2,7 @@ python3Packages.buildPythonApplication rec { inherit (easycrypt) src version; + format = "other"; pname = "easycrypt-runtest";