Merge pull request #145060 from SuperSandro2000/tagutil

This commit is contained in:
Sandro
2021-11-08 13:10:42 +01:00
committed by GitHub
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
zlib
];
prePatch = ''
postPatch = ''
substituteInPlace CMakeLists.txt \
--replace "-o aslr" ""
'';