tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
aspino: remove patchShebangs
Weijia Wang
3 years ago
c00ddaf1
fc653e9d
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
logic
aspino
default.nix
-1
pkgs/applications/science/logic/aspino/default.nix
···
27
27
--replace "defined(__linux__)" "defined(__linux__) && defined(__x86_64__)"
28
28
substituteInPlace src/MaxSatSolver.cc \
29
29
--replace "occ[i][sign(softLiterals[j])] > 0" "occ[i][sign(softLiterals[j])] != 0"
30
30
-
patchShebangs .
31
30
'';
32
31
33
32
preBuild = ''