Naming conventions

svn path=/nixpkgs/trunk/; revision=3870
This commit is contained in:
Martin Bravenboer 2005-09-17 23:40:23 +00:00
parent a640e2a19a
commit 3919e7593a
2 changed files with 0 additions and 10 deletions

View file

@ -1,10 +0,0 @@
{stdenv, fetchurl}:
if stdenv.system == "i686-linux"
then
(import ./jdk1.5-sun-linux.nix) {
stdenv = stdenv;
fetchurl = fetchurl;
}
else
false