1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

tagutil: prePatch -> postPatch

This commit is contained in:
Sandro Jäckel 2021-11-08 11:44:11 +01:00
parent 4a39bade89
commit 37015cdfd3
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
zlib
];
prePatch = ''
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace "-o aslr" ""
'';