summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/qnial
AgeCommit message (Collapse)Author
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2022-10-09qnial: fix build with libxcryptFranz Pletz
2022-09-26treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputsArtturin
found with nixpkgs-lint
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob
2021-01-23pkgs/development/interpreters: stdenv.lib -> libBen Siraphob
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
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.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-28treewide: remove redundant recvolth
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-09-02qnial: update homepageMarkus Kowalewski
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2016-05-25qnial: Init at 6.3Rahul Gopinath
Qnial is an implementation of the Nial (Nested Array) Language