about summary refs log tree commit diff
path: root/pkgs/development/interpreters/falcon
AgeCommit message (Collapse)AuthorFilesLines
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2022-05-22falcon: use gcc10StdenvRobert Scott1-2/+2
build fails with gcc 11
2021-05-10falcon: 2013-09-19 -> unstable-2018-10-23Ben Siraphob1-6/+6
2021-05-08falcon: fix the buildThomas Gerbet1-1/+5
2021-01-23Merge pull request #110589 from siraben/cmake-buildinputsSandro1-2/+2
2021-01-23pkgs/development/interpreters: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-23falcon: move cmake to nativeBuildInputsBen Siraphob1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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.
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-12-15falcon: Fix typo in derivation name (closes #21112)Jascha Geerds1-1/+1
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2014-09-23falcon: update to lastest git revision as the lastest release does not buildPascal Wittmann1-27/+14
2013-10-06More description fixesBjørn Forsman1-1/+1
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
2009-07-09Adding Falcon multiparadigm programming language. It has macros and ↵Michael Raskin1-0/+34
non-trivial syntax at once, which seems interesting in itself.. svn path=/nixpkgs/trunk/; revision=16299