summary refs log tree commit diff
path: root/pkgs/development/libraries/gnome-sharp
Commit message (Collapse)AuthorAge
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant quotesvolth2019-09-08
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gnome-sharp: mono4 -> mono5Jiri Danek2019-08-08
|
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* gnome-sharp: 2.24.1 -> 2.24.4obadz2018-12-24
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* mono 3.8.0 -> 3.12.1obadz2015-03-30
| | | | monodevelop 5.1.4.0 -> 5.7.0.660
* Adds gnome-sharpVincent Laporte2015-01-20
A .Net language binding for assorted GNOME libraries