3
0
Fork 0
forked from mirrors/nixpkgs

remove DESTDIR and don't strip

This commit is contained in:
Bence Fabian 2015-03-17 01:12:21 +01:00
parent 66e5b36378
commit ba6aee260e

View file

@ -15,9 +15,7 @@ stdenv.mkDerivation rec {
--with-hotplug-dir=$(out)/lib/firmware
'';
installFlags = ''
DESTDIR=$(out)
'';
dontStrip = true;
postInstall = ''
# These are lifted from the Arch PKGBUILD