mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
osmo-bts: remove unused let .. in
This commit is contained in:
parent
e14fd944ee
commit
ee4dc25003
1 changed files with 0 additions and 4 deletions
|
@ -8,10 +8,6 @@
|
|||
, libosmo-netif
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (stdenv) isLinux;
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "osmo-bts";
|
||||
version = "1.7.1";
|
||||
|
|
Loading…
Reference in a new issue