Merge pull request #145060 from SuperSandro2000/tagutil

This commit is contained in:
Sandro 2021-11-08 13:10:42 +01:00 committed by GitHub
commit 7bc24afb03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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