mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Create a symbolic link to cups/lib so that gutenprintBin can be specified as a driver in services.printing.drivers in /etc/nixos/configuration.nix
This commit is contained in:
parent
3899bd04fd
commit
0fc2fd5bfb
@ -56,6 +56,9 @@ stdenv.mkDerivation {
|
||||
patchelf --interpreter "$(cat $NIX_GCC/nix-support/dynamic-linker)" \
|
||||
--set-rpath $libPath $p
|
||||
done
|
||||
|
||||
mkdir $out/lib
|
||||
ln -s $out/cups/lib $out/lib/cups
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user