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:
@@ -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;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user