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
|
--with-hotplug-dir=$(out)/lib/firmware
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installFlags = ''
|
dontStrip = true;
|
||||||
DESTDIR=$(out)
|
|
||||||
'';
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# These are lifted from the Arch PKGBUILD
|
# These are lifted from the Arch PKGBUILD
|
||||||
|
|
Loading…
Reference in a new issue