remove /usr prefix in postInstall
This commit is contained in:
parent
90b083d387
commit
66e5b36378
@ -22,11 +22,11 @@ stdenv.mkDerivation rec {
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
# These are lifted from the Arch PKGBUILD
|
# These are lifted from the Arch PKGBUILD
|
||||||
# remove files which conflicts with linux-firmware
|
# remove files which conflicts with linux-firmware
|
||||||
rm -rf $out/usr/lib/firmware/{ct{efx,speq}.bin,ess,korg,sb16,yamaha}
|
rm -rf $out/lib/firmware/{ct{efx,speq}.bin,ess,korg,sb16,yamaha}
|
||||||
# remove broken symlinks (broken upstream)
|
# remove broken symlinks (broken upstream)
|
||||||
rm -rf $out/usr/lib/firmware/turtlebeach
|
rm -rf $out/lib/firmware/turtlebeach
|
||||||
# remove empty dir
|
# remove empty dir
|
||||||
rm -rf $out/usr/bin
|
rm -rf $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user