3
0
Fork 0
forked from mirrors/nixpkgs
This commit is contained in:
Eelco Dolstra 2012-09-29 14:40:56 -04:00
parent 3ffc960b18
commit 745cb58e4e
3 changed files with 2 additions and 4 deletions

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
description = "A XML parsing library for C";
license = "bsd";
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.platforms.eelco ];
maintainers = [ stdenv.lib.maintainers.eelco ];
};
}

View file

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "A C library and tools to do XSL transformations";
license = "bsd";
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.platforms.eelco ];
maintainers = [ stdenv.lib.maintainers.eelco ];
};
}

View file

@ -136,8 +136,6 @@ with (import ./release-lib.nix);
guile = linux; # tests fail on Cygwin
gv = linux;
gzip = all;
hal = linux;
hal_info = linux;
hddtemp = linux;
hello = all;
host = linux;