Shamrock Lee
945365017a
gtkd: remove the dev output to resolve cycle dependency
2022-05-11 15:56:01 +00:00
Shamrock Lee
464db0cb78
gtkd: 3.9.0 -> 3.10.0
2022-05-11 15:55:32 +00:00
Shamrock Lee
b3613dd8d7
gtkd: add possibility to use different D compilers
...
Specify the D compiler to use with argument `dcompiler`
Move the specification to all-packages.nix
Passthru the `dcompiler` attribute to make it discoverable by reverse deps
2022-05-01 01:22:35 +08:00
Ate Eskola
cea016a961
Made GTK-D compile again
2021-08-31 15:40:16 +03:00
Jan Tojnar
468cb5980b
gnome: rename from gnome3
...
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Thomas Mader
90a8698bf6
gtkd: Compile with ldc instead of dmd
2021-03-18 17:29:50 +02:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
John Ericson
ee8cfe4bf3
treewide: pkg-config has targetPrefix
2020-05-16 00:21:21 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Tor Hedin Brønner
5d753c6e32
gtkd: add dev output for propagation
2020-01-16 19:09:20 +01:00
worldofpeace
d73f96ff80
gtkd: 3.8.5 -> 3.9.0
2019-10-07 14:41:00 -04:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
...
GTK was renamed.
2019-09-06 02:54:53 +02: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
worldofpeace
b1bc0645ea
gdk-pixbuf: rename from gdk_pixbuf
2019-07-22 18:50:57 -04:00
volth
a276de9e79
gtkd: fix build with config.allowAliases=false
2019-07-12 23:52:39 +00:00
Thomas Mader
2c4bc9aab8
dmd, gtk: Remove dontStrip
...
because with binutils 2.31 everything is working again
(#59390 )
2019-05-12 17:22:35 +02:00
R. RyanTM
5e691849ea
gtkd: 3.8.4 -> 3.8.5 ( #54200 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtkd/versions
2019-01-18 00:06:33 +01:00
worldofpeace
2c76519900
vte, vte_290, vte-ng: rename frome gnome3.vte*
2018-12-25 20:14:32 -05:00
R. RyanTM
03234ada96
gtkd: 3.8.3 -> 3.8.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtkd/versions
2018-12-15 21:24:31 -08:00
Vladimír Čunát
3f80b81ece
Merge branch 'staging' into #38486
2018-08-30 18:30:32 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Matthew Bauer
dc24ab2776
gtkd: fixup from treewide commit
...
This was mistakenly replaced when it was already avoiding the alias.
Thanks @jtojnar
2018-07-19 09:57:29 -04:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Tor Hedin Brønner
d9d4199bf3
gtkd: 3.6.5 -> 3.8.3
2018-06-14 22:02:58 +02:00
Thomas Mader
1d5c454b72
gtkd: dontStrip as a workaround for https://github.com/NixOS/nixpkgs/issues/40397 ( #41226 )
...
This fixes https://github.com/NixOS/nixpkgs/issues/41188
2018-05-30 09:30:50 +02:00
Jörg Thalheim
4b7c52e010
gtkd: correct glib output
2018-04-06 00:45:34 +01:00
Vladimír Čunát
6f5d989478
treewide: checkMeta fixes for x86_64-linux
2017-12-07 07:50:47 -05:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
midchildan
0f93270aba
gtkd: init at 3.6.5
2017-06-09 16:53:46 +09:00