Commit graph

28 commits

Author SHA1 Message Date
Adam Joseph 8946516985 librem: fix cross compilation 2023-04-05 19:51:03 -07:00
7c6f434c c2354a6878
Merge pull request #218520 from amjoseph-nixpkgs/pr/librem/cross
librem: use cmake for configurePhase
2023-03-06 20:25:56 +00:00
Adam Joseph bc8ef8049b librem: enableParallelBuilding=true 2023-02-26 15:03:31 -08:00
Adam Joseph 67f93ae299 librem: use cmake for configurePhase
Although librem is a cmake-based project, our expression for this
library does not currently use cmake for the configurePhase.  This
commit causes it to do so.

This is necessary to get downstream libre and baresip to cross-compile.
2023-02-26 14:59:31 -08:00
R. Ryantm c03c334ee3 librem: 2.9.0 -> 2.10.0 2022-12-10 13:43:53 +00:00
R. Ryantm 9fa023faa5 librem: 2.8.0 -> 2.9.0 2022-11-02 04:23:52 +00:00
Jörg Thalheim 310701f379 librem: 2.7.0 -> 2.8.0 2022-10-02 11:52:50 +02:00
R. Ryantm 40045fde83 librem: 2.6.0 -> 2.7.0 2022-09-01 13:28:57 +00:00
Jonas Heinrich 12d7987b90 librem: 1.0.0 -> 2.6.0 2022-08-27 09:25:32 +02:00
Enno Richter e511e5a66c librem: 0.6.0 -> 1.0.0 2022-01-06 18:24:01 +01:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ben Siraphob 2f78ee7e81 pkgs/development: stdenv.lib -> lib 2021-01-24 00:16:29 +07:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Christine Koppelt 3aa0d776a1 pkgs/development/libraries: Add missing descriptions and homepages 2019-11-17 09:43:55 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM b85bf642ff librem: 0.5.3 -> 0.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librem/versions
2018-12-15 03:58:49 -08:00
R. RyanTM 78a2238c50 librem: 0.5.2 -> 0.5.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/librem/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.5.3 with grep in /nix/store/x20d9fh0yfyzm28p3sghxq01c3f2wrmw-librem-0.5.3
- directory tree listing: https://gist.github.com/b80b5c5f4dc93169cf0cfc46f4306e73
2018-04-24 11:54:42 -07:00
Orivej Desh 5483c00288 librem: 0.5.0 -> 0.5.2 2017-12-11 15:01:37 +00:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Michael Raskin ff3fc6eef3 librem: 0.4.7 -> 0.5.0 2016-12-08 16:15:18 +01:00
Tuomas Tynkkynen 9acfe0cfb0 librem: Fix build 2016-09-01 14:55:58 +03:00
Michael Raskin b02d4c5d27 librem: 0.4.6 -> 0.4.7 2016-01-01 12:30:17 +03:00
Tobias Geerinckx-Rice 158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Eric Seidel f3c6827373 rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc 2015-01-14 20:27:55 -08:00
John Wiegley 28b6fb61e6 Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Michael Raskin 2466b0bc76 Update lib rem 2014-07-01 11:54:09 +04:00
Michael Raskin 4517d03af1 Opportunistic measures to prevent the need to convert null to string; they may work or may not work for actually building 2012-09-24 23:49:11 +04:00
Michael Raskin 732811700a Added BareSIP 2012-09-24 21:03:02 +04:00