mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
commit
8db38cdcd4
@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = [ maintainers.phreedom ];
|
||||
description = "A cross-platform Qt4 Webkit browser";
|
||||
homepage = https://github.com/Arora/arora;
|
||||
license = with licenses; [ gpl2 gpl3 ];
|
||||
};
|
||||
}
|
||||
|
@ -16,5 +16,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.eclipse.org/aspectj/;
|
||||
description = "A seamless aspect-oriented extension to the Java programming language";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = stdenv.lib.licenses.epl10;
|
||||
};
|
||||
}
|
||||
|
@ -99,5 +99,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
# problems on Darwin: https://github.com/NixOS/nixpkgs/issues/20062
|
||||
broken = stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isAarch64;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://atanks.sourceforge.net/;
|
||||
maintainers = [ maintainers.raskin ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
@ -69,5 +69,6 @@ stdenv.mkDerivation {
|
||||
description = "A tool for automatically generating Slackware, RPM or Debian packages when doing `make install'";
|
||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user