tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
alienfx: also build on i686
Domen Kožar
12 years ago
4f199ef7
f2581d28
+1
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
alienfx
default.nix
+1
-2
pkgs/os-specific/linux/alienfx/default.nix
···
32
description = "Controls AlienFX lighting";
33
homepage = "https://github.com/tibz/alienfx";
34
maintainers = [stdenv.lib.maintainers.tomberek];
35
-
# Has only been tested on M11x
36
-
platforms = [ "x86_64-linux" ];
37
};
38
}
39
···
32
description = "Controls AlienFX lighting";
33
homepage = "https://github.com/tibz/alienfx";
34
maintainers = [stdenv.lib.maintainers.tomberek];
35
+
platforms = stdenv.lib.platforms.linux;
0
36
};
37
}
38