diff options
Diffstat (limited to 'accounts/gkleen@sif/xmonad')
| -rw-r--r-- | accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix b/accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix index e8786d35..d3d72310 100644 --- a/accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix +++ b/accounts/gkleen@sif/xmonad/xmonad-yggdrasil.nix | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | { mkDerivation, aeson, base, bytestring, containers, directory | 1 | { mkDerivation, aeson, base, bytestring, containers, directory |
| 2 | , filepath, hostname, hpack, mtl, network, parsec, process, stdenv | 2 | , filepath, hostname, hpack, mtl, network, parsec, process, lib |
| 3 | , temporary, transformers, unix, utf8-string, X11, xmonad | 3 | , temporary, transformers, unix, utf8-string, X11, xmonad |
| 4 | , xmonad-contrib, libnotify | 4 | , xmonad-contrib, libnotify |
| 5 | }: | 5 | }: |
| @@ -17,5 +17,5 @@ mkDerivation { | |||
| 17 | ]; | 17 | ]; |
| 18 | preConfigure = "hpack"; | 18 | preConfigure = "hpack"; |
| 19 | license = "unknown"; | 19 | license = "unknown"; |
| 20 | hydraPlatforms = stdenv.lib.platforms.none; | 20 | hydraPlatforms = lib.platforms.none; |
| 21 | } | 21 | } |
