summary refs log tree commit diff
path: root/pkgs/applications/misc/libosmocore
Commit message (Collapse)AuthorAge
* pkgs/applications: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: remove package names from prefix of descriptionsBen Siraphob2020-10-27
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * libosmocore: 1.1.0 -> 1.2.0R. RyanTM2019-08-19
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libosmocore/versions
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libosmocore: 1.0.1 -> 1.1.0R. RyanTM2019-06-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libosmocore/versions
* libosmocore: 0.12.1 -> 1.0.1R. RyanTM2019-01-28
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libosmocore/versions
* gnuradio-with-packages: build gsm and limesdr only on linuxMarkus Kowalewski2018-12-09
| | | | | | | This allows to build gnuradio-with-packages again on darwin * libosmocore: remove darwin from platforms * gnuradio-limesdr: remove darwin from platforms
* libosmocore: 0.9.6 -> 0.12.1Markus Kowalewski2018-12-09
| | | | Add gnutls to buildInputs
* libosmocore: enable Darwin buildingLuke Adams2017-11-22
|
* libosmocore: 0.9.0 -> 0.9.6Luke Adams2017-11-22
| | | | add new required talloc, python2 inputs; enableParallelBuilding
* treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|
* added gr-ais and gr-gsm gr-rds as pluginsMatthew O'Gorman2016-09-14