From 22bccbcd9780c39ab08f4791e1de401b306a3923 Mon Sep 17 00:00:00 2001 From: Giacomo Date: Mon, 27 Jun 2022 10:08:55 +0200 Subject: [PATCH] Update perseus delete space --- pkgs/applications/science/math/perseus/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/applications/science/math/perseus/default.nix b/pkgs/applications/science/math/perseus/default.nix index 5c1ed3e0a939..d9921e68edb1 100644 --- a/pkgs/applications/science/math/perseus/default.nix +++ b/pkgs/applications/science/math/perseus/default.nix @@ -13,9 +13,7 @@ stdenv.mkDerivation { }; sourceRoot = "."; - - NIX_CFLAGS_COMPILE = [ "-std=c++14" ]; # Otherwise it does not compile - + NIX_CFLAGS_COMPILE = [ "-std=c++14" ]; buildPhase = '' g++ Pers.cpp -O3 -fpermissive -o perseus '';