mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
Update perseus
delete space
This commit is contained in:
parent
cd52b6d893
commit
22bccbcd97
@ -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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user