mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
Ouch.
I have a race condition between my commits and tests for the expressions I commit. svn path=/nixpkgs/trunk/; revision=19095
This commit is contained in:
parent
1d70efa3c8
commit
c82d342017
@ -26,5 +26,5 @@ stdenv.mkDerivation rec {
|
||||
licesnse = "free";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
@ -19,5 +19,5 @@ stdenv.mkDerivation rec {
|
||||
licesnse = "free";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user