summary refs log tree commit diff
path: root/pkgs/development/libraries/qtinstaller
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: add version to packagesMatthew Bauer2018-05-25
| | | | | | | | | Lots of packages are missing versions in their name. This adds them where appropriate. These were found with this command: $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$' See issue #41007.
* qtinstaller: fix broken metaVladimír Čunát2017-06-26
| | | | | The invalid meta.outputsToInstall has been blocking channel updates. https://mailman.science.uu.nl/pipermail/nix-dev/2017-June/023991.html
* qt5: rename qmakeHook to qmakeThomas Tuegel2017-06-18
|
* qtinstaller: build submodule-styleMichael Raskin2017-05-02
|
* qtinstaller: init at 2.0.3; adapted from expression by @spacefroggMichael Raskin2017-05-01
See #23620