tagutil: prePatch -> postPatch

main
Sandro Jäckel 3 years ago
parent 4a39bade89
commit 37015cdfd3
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 2
      pkgs/applications/audio/tagutil/default.nix

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

Loading…
Cancel
Save