forked from mirrors/nixpkgs
remove DESTDIR and don't strip
This commit is contained in:
parent
66e5b36378
commit
ba6aee260e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue