Skip to content

Commit

Permalink
pcmciaUtils: Fix udev rule path (NixOS#370912)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Jan 5, 2025
2 parents d562f18 + 39e440a commit 8b15600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/pc/pcmciaUtils/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
sed -i "
s,/sbin/modprobe,${kmod}&,;
s,/lib/udev/,$out/sbin/,;
s,__UDEVHELPERDIR__/,$out/lib/udev/,;
" udev/* # fix-color */
sed -i "
s,/lib/firmware,$out&,;
Expand Down

0 comments on commit 8b15600

Please sign in to comment.