mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
* Remove the obsolete gnu-integration.nix.
svn path=/nixos/trunk/; revision=20648
This commit is contained in:
parent
c1e313b5e1
commit
9d253ceca3
@ -7,7 +7,6 @@ with import ../lib/testing.nix { inherit nixpkgs services system; };
|
||||
|
||||
{
|
||||
firefox = apply (import ./firefox.nix);
|
||||
gnuIntegration = apply (import ./gnu-integration.nix);
|
||||
installer = pkgs.lib.mapAttrs (name: complete) (call (import ./installer.nix));
|
||||
kde4 = apply (import ./kde4.nix);
|
||||
login = apply (import ./login.nix);
|
||||
|
@ -1,20 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
machine =
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config.packageOverrides = origPkgs: {
|
||||
cpio = pkgs.lib.overrideDerivation origPkgs.cpio (origAttrs: {
|
||||
src = /home/eelco/Dev/nixpkgs/cpio-2.10.91.tar.bz2;
|
||||
patches = [];
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
testScript =
|
||||
''
|
||||
$machine->mustSucceed("cpio --help");
|
||||
'';
|
||||
}
|
Loading…
Reference in New Issue
Block a user