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
'';
installFlags = ''
DESTDIR=$(out)
'';
dontStrip = true;
postInstall = ''
# These are lifted from the Arch PKGBUILD