mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
Nix: fix issue with util-linux rename (#11)
This commit is contained in:
parent
0faf740541
commit
3f425d81cb
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
libthai,
|
libthai,
|
||||||
pango,
|
pango,
|
||||||
pcre,
|
pcre,
|
||||||
utillinux,
|
util-linux,
|
||||||
wayland,
|
wayland,
|
||||||
wayland-protocols,
|
wayland-protocols,
|
||||||
wayland-scanner,
|
wayland-scanner,
|
||||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation {
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
wayland-scanner
|
wayland-scanner
|
||||||
libXdmcp
|
libXdmcp
|
||||||
utillinux
|
util-linux
|
||||||
];
|
];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
|
Loading…
Reference in a new issue