Merge pull request #5591 from dmalikov/master
haskellPackages.xmonadScreenshot: add 0.1.0.0
This commit is contained in:
@@ -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;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user