summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/urbit
AgeCommit message (Collapse)Author
2021-01-16pkgs/misc: pkgconfig -> pkg-configBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-20urbit: 0.6.0 -> 0.7.3Jared Tobin
2018-08-05urbit: clean-upRobin Gloster
2018-08-05urbit: Don't use bootstrap scripts, no buildPhaseJoseph Lukasik
Incorporating feedback from https://github.com/nixos/nixpkgs/pull/43799 Also cleaned up some cruft from previous versions that didn't build with Meson/Ninja.
2018-08-05urbit: 0.4.5 -> 0.6.0Joseph Lukasik
Following https://urbit.org/docs/using/install/
2018-06-27treewide: http -> https (#42665)Ryan Mulligan
2017-10-06urbit: 0.4 -> 0.4.5Yurii Rashkovskii
2016-12-13urbit: 2016-06-02 -> 0.4 (#20922)Daniel Brockman
2016-11-24urbit: use python2Frederik Rietdijk
2016-09-02urbit: Fix buildTuomas Tynkkynen
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2016-06-18urbit: 2015.09.26 -> 2016-06-02Márton Boros
Updated to latest revision in urbit git master, fixes build error caused by missing sources. Updated description and website. Fixed date/version format to ISO 8061.
2015-11-14Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III
This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
2015-10-06Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra
This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
2015-09-28urbit: init at 2015.09.26laMudri