mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Merge pull request #5591 from dmalikov/master
haskellPackages.xmonadScreenshot: add 0.1.0.0
This commit is contained in:
commit
0c99319efe
|
@ -0,0 +1,16 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, gtk, xmonad }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xmonad-screenshot";
|
||||
version = "0.1.0.0";
|
||||
sha256 = "0hw289czj9zm657ynl3v074knjpr30zpd66rx3wyvwgp8v1chccv";
|
||||
buildDepends = [ gtk xmonad ];
|
||||
meta = {
|
||||
homepage = "http://github.com/supki/xmonad-screenshot";
|
||||
description = "Workspaces screenshooting utility for XMonad";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
|
@ -3114,6 +3114,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
xmonadExtras = callPackage ../applications/window-managers/xmonad/xmonad-extras.nix {};
|
||||
|
||||
xmonadScreenshot = callPackage ../development/libraries/haskell/xmonad-screenshot {};
|
||||
|
||||
# Yi packages
|
||||
|
||||
dynamicState = callPackage ../development/libraries/haskell/dynamic-state {};
|
||||
|
|
Loading…
Reference in a new issue