Sublime: add license attribute, and add assertion for i686-linux/x86_64-linux
This commit is contained in:
parent
278f711e36
commit
277bfc232b
@ -2,6 +2,8 @@
|
|||||||
let
|
let
|
||||||
libPath = stdenv.lib.makeLibraryPath [glib xlibs.libX11 gtk cairo];
|
libPath = stdenv.lib.makeLibraryPath [glib xlibs.libX11 gtk cairo];
|
||||||
in
|
in
|
||||||
|
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sublimetext-2.0.1";
|
name = "sublimetext-2.0.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
@ -24,5 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Sublime Text is a sophisticated text editor for code, markup and prose.";
|
description = "Sublime Text is a sophisticated text editor for code, markup and prose.";
|
||||||
|
license = "unfree";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user