about summary refs log tree commit diff
path: root/pkgs/development/libraries/qtinstaller
AgeCommit message (Collapse)AuthorFilesLines
2021-01-16treewide: fix double quoted strings in meta.descriptionBen Siraphob1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-05-25treewide: add version to packagesMatthew Bauer1-1/+1
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.
2017-06-26qtinstaller: fix broken metaVladimír Čunát1-1/+2
The invalid meta.outputsToInstall has been blocking channel updates. https://mailman.science.uu.nl/pipermail/nix-dev/2017-June/023991.html
2017-06-18qt5: rename qmakeHook to qmakeThomas Tuegel1-3/+3
2017-05-02qtinstaller: build submodule-styleMichael Raskin1-1/+8
2017-05-01qtinstaller: init at 2.0.3; adapted from expression by @spacefroggMichael Raskin1-0/+38
See #23620