mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Doh
This commit is contained in:
parent
3ffc960b18
commit
745cb58e4e
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user