mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-19 08:46:03 +00:00
Naming conventions
svn path=/nixpkgs/trunk/; revision=3870
This commit is contained in:
parent
a640e2a19a
commit
3919e7593a
2 changed files with 0 additions and 10 deletions
|
@ -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…
Add table
Reference in a new issue