Commit graph

14 commits

Author SHA1 Message Date
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
c0bw3b 9762e2c3bd confuse: remove and replace with libconfuse
- confuse is a duplicate of libconfuse
- upstream name is libconfuse so keep this one
- replace confuse with libconfuse in packages depending on it
2018-11-25 18:20:42 +01:00
Ryan Mulligan 8e4fe4a47d tilda: 1.3.3 -> 1.4.1
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/wrapped/tilda --help` got 0 exit code
- ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/wrapped/tilda -v` and found version 1.4.1
- ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/wrapped/tilda --version` and found version 1.4.1
- ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/tilda --help` got 0 exit code
- ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/tilda -v` and found version 1.4.1
- ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/tilda --version` and found version 1.4.1
- found 1.4.1 with grep in /nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1
- found 1.4.1 in filename of file in /nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1

cc "@AndersonTorres"
2018-02-28 20:34:17 +00:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Tim Cuthbertson 23999adb4a tilda: 1.2.4 -> 1.3.3 2016-11-20 15:19:46 +11:00
Vladimír Čunát 333d69a5f0 Merge staging into closure-size
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
Matthijs Steen 23091d79ac tilda: 1.2.2 -> 1.2.4
(cherry picked from commit 94ac7e8cb530a670b3d2badb98c22f209fa1abe2)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-11-02 10:42:04 +01:00
Vladimír Čunát dd915f82e7 expat: split dev output 2015-10-28 10:09:34 +01:00
Tim Cuthbertson 1b04fbad1c tilda: ensure wrapped executable is named "tilda" 2015-08-26 17:46:01 +10:00
AndersonTorres 213536568b Tilda: update to 1.2.2 2014-11-18 11:26:02 -02:00
AndersonTorres 0a6bfe69e5 Tilda: update to 1.1.13
Closes #4307
2014-09-28 22:45:26 +01:00
AndersonTorres b39e5ce957 Small style fixups
In this commit, I modified some files, conforming them to a
idiosyncratic standard - mainly, a template for meta attribs.
2014-09-10 21:34:50 -03:00
Vladimír Čunát aeca8b6c3e tilda: fixups; seems to work now
- xgettext hack inspired by a guix thread
- gsettings to prevent crashes
- expression refactoring
2014-08-29 11:27:21 +02:00
AndersonTorres a4738b27cf Tilda (version 1.1.12): New Package
Tida is a GTK-based drop-down terminal emulator
2014-08-29 11:08:39 +02:00