mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
Naming conventions
svn path=/nixpkgs/trunk/; revision=3870
This commit is contained in:
parent
a640e2a19a
commit
3919e7593a
|
@ -1,10 +0,0 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
if stdenv.system == "i686-linux"
|
||||
then
|
||||
(import ./jdk1.5-sun-linux.nix) {
|
||||
stdenv = stdenv;
|
||||
fetchurl = fetchurl;
|
||||
}
|
||||
else
|
||||
false
|
Loading…
Reference in a new issue