summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/brackets
AgeCommit message (Collapse)Author
2020-08-13brackets: use lib.getLib systemd instead of systemd.libFlorian Klink
This will pick the `lib` output if it exists, otherwise default to `out`.
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-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace
2019-04-09brackets: add missing dependencies.Damien Biasotto
libexpat and libXdamage seems to be required for brackets to run
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2017-04-16brackets: 1.8 -> 1.9Jörg Thalheim
Use rpath instead of buildEnv. Also add cups. fixes #24775
2017-01-30brackets: 1.7 -> 1.8Franz Pletz
2016-10-21brackets: 1.5 -> 1.7Tim Steinbach
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev
2016-09-05systemd: Separate lib outputEelco Dolstra
This moves libsystemd.so and libudev.so into systemd.lib, and gets rid of libudev (which just contained a copy of libudev.so and the udev headers). It thus reduces the closure size of all packages that (indirectly) depend on libsystemd, of which there are quite a few (for instance, PulseAudio and dbus). For example, it reduces the closure of Blender from 430.8 to 400.8 MiB.
2016-01-24brackets: Fix udev reference in multiple-outputs branchTuomas Tynkkynen
2015-11-17brackets: new package, code editorMatej Cotman