mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01: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
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue