Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/libraries/qt-5/modules/qtgamepad.nix

10 lines
219 B
Nix
Raw Normal View History

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-18 22:50:56 -08:00
{ qtModule, qtbase, qtdeclarative, pkg-config }:
qt5.qtgamepad: init at 5.12.7
2020-05-13 17:55:22 +02:00
qtModule {
Restore version in Qt derivation names
2021-05-14 05:53:30 -05:00
pname = "qtgamepad";
qt5.qtgamepad: init at 5.12.7
2020-05-13 17:55:22 +02:00
qtInputs = [ qtbase qtdeclarative ];
buildInputs = [ ];
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-18 22:50:56 -08:00
nativeBuildInputs = [ pkg-config ];
qt5.qtgamepad: init at 5.12.7
2020-05-13 17:55:22 +02:00
outputs = [ "out" "dev" "bin" ];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 862ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API