forked from mirrors/nixpkgs
readding and updating xorg.xfs. It's required to run tightvnc
1.0.8 is latest version svn path=/nixpkgs/trunk/; revision=15329
This commit is contained in:
parent
829e0da0e5
commit
3c05ea1a4b
|
@ -1946,6 +1946,16 @@ rec {
|
||||||
};
|
};
|
||||||
buildInputs = [pkgconfig ];
|
buildInputs = [pkgconfig ];
|
||||||
}) // {inherit ;};
|
}) // {inherit ;};
|
||||||
|
|
||||||
|
xfs = (stdenv.mkDerivation {
|
||||||
|
name = "xfs-1.0.8";
|
||||||
|
builder = ./builder.sh;
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://de.archive.ubuntu.com/ubuntu/pool/universe/x/xfs/xfs_1.0.8.orig.tar.gz;
|
||||||
|
sha256 = "0xdkfgx8m70mgzshlk8qwxhw5wzshc8b1hp9a8047v2nclic08l7";
|
||||||
|
};
|
||||||
|
buildInputs = [pkgconfig libFS libXfont xtrans ];
|
||||||
|
}) // {inherit libFS libXfont xtrans ;};
|
||||||
|
|
||||||
xgamma = (stdenv.mkDerivation {
|
xgamma = (stdenv.mkDerivation {
|
||||||
name = "xgamma-1.0.2";
|
name = "xgamma-1.0.2";
|
||||||
|
|
Loading…
Reference in a new issue