Doh
This commit is contained in:
parent
3ffc960b18
commit
745cb58e4e
|
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "A XML parsing library for C";
|
description = "A XML parsing library for C";
|
||||||
license = "bsd";
|
license = "bsd";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
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";
|
description = "A C library and tools to do XSL transformations";
|
||||||
license = "bsd";
|
license = "bsd";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
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
|
guile = linux; # tests fail on Cygwin
|
||||||
gv = linux;
|
gv = linux;
|
||||||
gzip = all;
|
gzip = all;
|
||||||
hal = linux;
|
|
||||||
hal_info = linux;
|
|
||||||
hddtemp = linux;
|
hddtemp = linux;
|
||||||
hello = all;
|
hello = all;
|
||||||
host = linux;
|
host = linux;
|
||||||
|
|
Loading…
Reference in New Issue