remove DESTDIR and don't strip

This commit is contained in:
Bence Fabian
2015-03-17 20:59:31 +01:00
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