mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Minor fix to xmonad-contrib expression.
svn path=/nixpkgs/trunk/; revision=15441
This commit is contained in:
parent
c79984ec49
commit
ab6c19e6a3
|
@ -5,7 +5,7 @@ cabal.mkDerivation (self : {
|
|||
name = "${self.fname}";
|
||||
version = "0.8.1";
|
||||
sha256 = "dedbd2e7718f7383e403f5f0b40d411f27099625e7e1dcddd42f7c12bf6488a9";
|
||||
extraBuildInputs = [X11 xmonad];
|
||||
propagatedBuildInputs = [X11 xmonad];
|
||||
meta = {
|
||||
description = "a huge extension library for xmonad";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue