Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/pharo/vm/default.nix

14 lines
344 B
Nix
Raw Normal View History

[bot] treewide: remove unused 'args@' in lambdas
2018-07-20 19:54:05 +00:00
{ stdenv, callPackage, pkgsi686Linux, makeWrapper, ...}:
Add the Pharo language and IDE package http://pharo.org I'm one of the developers of Pharo and the creator and maintainer of the Ubuntu PPA : https://launchpad.net/~pharo/+archive/stable.
2014-08-05 15:37:56 +02:00
pharo: 5.0 -> 6.0 Create a new set of VM packages to keep up with changes in the upstream Pharo project.
2017-04-17 17:00:23 +00:00
let
treewide: remove callPackage_i686 This has been replaced with pkgsi686Linux.callPackage
2018-07-05 14:04:52 -04:00
i686 = pkgsi686Linux.callPackage ./vms.nix {};
pharo: 5.0 -> 6.0 Create a new set of VM packages to keep up with changes in the upstream Pharo project.
2017-04-17 17:00:23 +00:00
native = callPackage ./vms.nix {};
in
Update Pharo VM - use latest upstream release - remove all patches as they are now applied upstream
2014-09-25 22:46:20 +02:00
pharo: 5.0 -> 6.0 Create a new set of VM packages to keep up with changes in the upstream Pharo project.
2017-04-17 17:00:23 +00:00
rec {
cog32 = i686.cog;
spur32 = i686.spur;
spur64 = if stdenv.is64bit then native.spur else "none";
multi-vm-wrapper = callPackage ../wrapper { inherit cog32 spur32 spur64; };
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 774ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API