mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
wlc: put under way-cooler
This commit is contained in:
parent
bc849619be
commit
dccd2ca171
|
@ -1,8 +1,10 @@
|
|||
{ stdenv, fetchurl, makeWrapper, symlinkJoin, writeShellScriptBin, callPackage, defaultCrateOverrides
|
||||
, wayland, wlc, cairo, libxkbcommon, pam, python3Packages, lemonbar, gdk_pixbuf
|
||||
, wayland, cairo, libxkbcommon, pam, python3Packages, lemonbar, gdk_pixbuf
|
||||
}:
|
||||
|
||||
let
|
||||
wlc = callPackage ./wlc.nix {};
|
||||
|
||||
# refer to
|
||||
# https://github.com/way-cooler/way-cooler.github.io/blob/master/way-cooler-release-i3-default.sh
|
||||
# for version numbers
|
||||
|
|
|
@ -18436,7 +18436,6 @@ in
|
|||
|
||||
super-productivity = callPackage ../applications/networking/super-productivity { };
|
||||
|
||||
wlc = callPackage ../development/libraries/wlc { };
|
||||
wlroots = callPackage ../development/libraries/wlroots { };
|
||||
|
||||
sway = callPackage ../applications/window-managers/sway { };
|
||||
|
|
Loading…
Reference in a new issue