Merge pull request #1932 from wkennington/master.sup

sup: Push sup to the latest git commit

+9 -8
+3 -3
pkgs/applications/networking/mailreaders/sup/default.nix
··· 3 , gettext, iconv, locale, text, highline, rmail_sup, unicode, gnupg, which }: 4 5 stdenv.mkDerivation rec { 6 - version = "20131130"; 7 name = "sup-${version}"; 8 9 meta = { ··· 18 19 src = fetchgit { 20 url = git://github.com/sup-heliotrope/sup.git; 21 - rev = "a5a1e39034204ac4b05c9171a71164712690b010"; 22 - sha256 = "0w2w7dcif1ri1qq81csz7gj45rqd9z7hjd6x29awibybyyqyvj5s"; 23 }; 24 25 buildInputs =
··· 3 , gettext, iconv, locale, text, highline, rmail_sup, unicode, gnupg, which }: 4 5 stdenv.mkDerivation rec { 6 + version = "20140312"; 7 name = "sup-${version}"; 8 9 meta = { ··· 18 19 src = fetchgit { 20 url = git://github.com/sup-heliotrope/sup.git; 21 + rev = "0cad7b308237c07b8a46149908b2ad4806ac3d1d"; 22 + sha256 = "83534b6ad9fb6aa883d630c927e3a71bd09a646e3254b4eb0cc7a09f69a525bc"; 23 }; 24 25 buildInputs =
+6 -5
pkgs/development/libraries/ruby_ncursesw_sup/default.nix
··· 1 { stdenv, fetchurl, ncurses, ruby, rubygems }: 2 3 stdenv.mkDerivation rec { 4 - name = ''ncursesw-sup-afd962b9c06108ff0643e98593c5605314d76917''; 5 6 src = fetchurl { 7 - url = "https://github.com/sup-heliotrope/ncursesw-ruby/archive/afd962b9c06108ff0643e98593c5605314d76917.tar.gz"; 8 - sha256 = "13i286p4bm8zqg9xh96a1dg7wkywj9m6975gbh3w43d3rmfc1h6a"; 9 }; 10 11 meta = { ··· 32 # For some reason, the installation phase doesn't work with the default 33 # make install command run by gem (we'll fix it and do it ourselves later) 34 gem install --no-verbose --install-dir "$out/${ruby.gemPath}" \ 35 - --bindir "$out/bin" --no-rdoc --no-ri ncursesw-sup-1.3.1.2.gem || true 36 37 # Needed for ruby to recognise the gem 38 cp ncursesw.gemspec "$out/${ruby.gemPath}/specifications" 39 40 - cd "$out/${ruby.gemPath}/gems/ncursesw-sup-1.3.1.2" 41 mkdir src 42 mv lib src 43 sed -i "s/srcdir = ./srcdir = src/" Makefile
··· 1 { stdenv, fetchurl, ncurses, ruby, rubygems }: 2 3 stdenv.mkDerivation rec { 4 + name = "ncursesw-sup-${version}"; 5 + version = "1.4.6"; 6 7 src = fetchurl { 8 + url = "https://github.com/sup-heliotrope/ncursesw-ruby/archive/v${version}.tar.gz"; 9 + sha256 = "1fzmj5kqh2aql7r7jys8cyf7mb78kz71yc4a6gh74h9s8pybyhh7"; 10 }; 11 12 meta = { ··· 33 # For some reason, the installation phase doesn't work with the default 34 # make install command run by gem (we'll fix it and do it ourselves later) 35 gem install --no-verbose --install-dir "$out/${ruby.gemPath}" \ 36 + --bindir "$out/bin" --no-rdoc --no-ri ncursesw-${version}.gem || true 37 38 # Needed for ruby to recognise the gem 39 cp ncursesw.gemspec "$out/${ruby.gemPath}/specifications" 40 41 + cd "$out/${ruby.gemPath}/gems/ncursesw-${version}" 42 mkdir src 43 mv lib src 44 sed -i "s/srcdir = ./srcdir = src/" Makefile