Commit graph

12 commits

Author SHA1 Message Date
Santiago Calcagno 104017def0 fbpanel: fix build by adding gdk-pixbuf-xlib 2020-10-04 20:50:59 +00:00
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
Markus Kowalewski d18bf12735
fbpanel: add license 2018-09-08 15:28:25 +02:00
Kirill Boltaev bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
Pascal Wittmann 6d25c0f1b3 Remove unneeded 'with's from meta.platforms 2015-11-25 23:06:09 +01:00
Joachim Fasting 342cf232ea fbpanel: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Michael Raskin eb2a953bc3 Fix missing descriptions
svn path=/nixpkgs/trunk/; revision=24596
2010-11-04 10:47:24 +00:00
Michael Raskin 11616a2213 Update fbpanel
svn path=/nixpkgs/trunk/; revision=24589
2010-11-03 21:57:42 +00:00
Eelco Dolstra 907bb1aac6 * ltrace: updated to 0.5.3.
* libdbi / libdbi-drivers: updated to 0.8.3, and make it compile with
  SQLite.
* qemu-image: fix the URL.
* gdmap: make it build again (requires an older GTK+).
* rlwrap: updated to 0.37.
* smbfs-fuse -> fusesmb to match the upstream name.
* x11vnc: updated to 0.9.10.
* clearlyU: fix the URL.
* Various packages: follow the coding conventions.

svn path=/nixpkgs/trunk/; revision=22814
2010-07-29 18:55:16 +00:00
Eelco Dolstra ba498d4a43 * composedArgsAndFun -> makeOverridable for consistency.
* Rename a few single-version packages to "default.nix".

svn path=/nixpkgs/trunk/; revision=22803
2010-07-29 08:21:21 +00:00
Eelco Dolstra c54b75c959 * Get rid of the `(import (__toPath ((toString
./JustNothing/.. )+"/"+args.version+".nix")))' hack, you can also just
  write `import (./path/to/pkg + "/${version}.nix)'.

svn path=/nixpkgs/trunk/; revision=9792
2007-11-26 13:24:56 +00:00
Michael Raskin ebfbf03a25 Added fbpanel - desktop panel.
svn path=/nixpkgs/trunk/; revision=9774
2007-11-22 04:23:27 +00:00